home *** CD-ROM | disk | FTP | other *** search
- libc.h:extern void bcopy(const void *, void *, int);
- salloc.c: * Changed to save length and use bcopy instead of strcpy.
- salloc.c: bcopy(p, q, l);
- scm.c: (void) bcopy (h->h_addr,(char *)&sin.sin_addr,h->h_length);
- scm.c: (void) bcopy ((char *)&ifr->ifr_addr,(char *)&sin,sizeof(sin));
- scmio.c: bcopy (data,bufptr->b_ptr,count);
- scmio.c: bcopy (data,bp->b_data,count);
- scmio.c: bcopy (data,bufptr,-count);
- scmio.c: bcopy (bufptr,data,count);
- scmio.c: bcopy (bufptr,data,bufcnt);
- scmio.c: bcopy (bufptr,data,count);
-